home *** CD-ROM | disk | FTP | other *** search
/ Aminet 45 / Aminet 45 (2001)(GTI - Schatztruhe)[!][Oct 2001].iso / Aminet / game / role / ldmud-3.2-bin.lha / mud / doc / applied / can_put_and_get < prev    next >
Text File  |  2001-04-06  |  466b  |  17 lines

  1. SYNOPSIS
  2.         int can_put_and_get()
  3.  
  4. DESCRIPTION
  5.         In compat mode, this function is used by the efun transfer().
  6.  
  7.         Define this function in objects that are neither living nor
  8.         rooms if you want to make it possible to put something into
  9.         current object.
  10.  
  11.         Return true if ok, otherwise 0. That means that default is
  12.         that it is not possible to put something into an object.
  13.  
  14. SEE ALSO
  15.         transfer(E), prevent_insert(A)
  16.  
  17.